home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AP Professional Graphics CD-ROM Library
/
AP Professional Graphics CD-ROM Library.iso
/
pc
/
unix
/
appendix
/
gemsii
/
dither
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-09-17
|
101 b
|
8 lines
CFLAGS = -g
dither.o: dither.c
cc $(CFLAGS) -c dither.c -o dither.o
clean:
/bin/rm -f dither.o